home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 7 / qm4ext.zip / KERMITR.BAT < prev    next >
DOS Batch File  |  1987-02-04  |  227b  |  12 lines

  1. echo off
  2. echo this is 1 [%1]
  3. echo this is 2 [%2]
  4. echo this is 3 [%3]
  5. pckermit -b %1 -l COM%2 -m 31 -p n -r %3 -c
  6. if errorlevel 0 goto success
  7. echo pc-kermit failed
  8. goto done
  9. :success
  10. echo pc-kermit successful
  11. :done
  12.